tests: prefix invocation of ostree with where missing
authorGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 9 Nov 2015 12:03:35 +0000 (13:03 +0100)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 16 Nov 2015 10:07:55 +0000 (11:07 +0100)
commit45cee1bd70234347198b9226f2d79c99b6fe27bc
tree92da510d4d69d892b7f7109a1dbcfbe891075c27
parent11bc9e58c1a6da8cb6053ea84f2d9e622838bcb2
tests: prefix invocation of ostree with  where missing

And add a syntax rule to avoid this in future.

Fixed by:

sed -i -e 's|^ostree |${CMD_PREFIX} ostree |g' tests/*.sh

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
16 files changed:
maint.mk
tests/pull-test.sh
tests/test-admin-deploy-2.sh
tests/test-admin-deploy-clean.sh
tests/test-admin-deploy-karg.sh
tests/test-admin-instutil-set-kargs.sh
tests/test-archivez.sh
tests/test-delta.sh
tests/test-oldstyle-partial.sh
tests/test-pull-commit-only.sh
tests/test-pull-depth.sh
tests/test-pull-metalink.sh
tests/test-pull-mirror-summary.sh
tests/test-pull-summary-sigs.sh
tests/test-repo-checkout-subpath.sh
tests/test-xattrs.sh